const runtime.maxSkip

3 uses

	runtime (current package)
		mprof.go#L52: 	maxSkip = 5
		mprof.go#L539: 	if skip > maxSkip {
		proc.go#L987: 	return make([]uintptr, 1+maxSkip+debug.profstackdepth)